body {background-color: #fff;}
.posabs {position: absolute; z-index: 2;}
.posabs2 {position: absolute; z-index: 3;}
.logoeen {left:2%; top:5%;width:18%;}
.logovijf {left:2%; top:18%;width:18%}
.logodrie {left:2%; top:31%;width:18%}
.logotwee {left:2%; top:43%;width:23%}
.logozes {left:2%; top:56%;width:18%}
.logovier {left:2%; top: 69%;width:18%}
.logozeven {left:2%; top:82%;width:18%}
.logoacht {left:2%; top:92%;width:18%}
.een {left:57.7%; top:57.7%; opacity: 0; width:15%; transition: opacity 0.5s;  }
.twee {left:29.7%; top:41.1%; opacity: 0; width:21%; transition: opacity 0.5s; }
.drie {left:27.8%; top:37.2%; opacity: 0; width:18%; transition: opacity 0.5s; }
.vier {left:52.5%; top:39.8%; opacity: 0; width:18%; transition: opacity 0.5s; }
.vijf {left:43.6%; top:32.8%; opacity: 0; width:8%; transition: opacity 0.5s; }
.zes {left:53.5%; top:30.6%; opacity: 0; width:14%; transition: opacity 0.5s; }
.zeven {left:64.8%; top:27.2%; opacity: 0; width:14%; transition: opacity 0.5s; }
.acht {left:72.8%; top:40.2%; opacity: 0; width:14%; transition: opacity 0.5s; }
.negen {left:84.5%; top:32.2%; opacity: 0; width:14%; transition: opacity 0.5s; }
.tien {left:84.5%; top:32.2%; opacity: 0; width:14%; transition: opacity 0.5s; }
.elf {left:45%; top:58.2%; opacity: 0; width:18%; transition: opacity 0.5s; }
.twaalf {left:46%; top:61.3%; opacity: 0; width:10%; transition: opacity 0.5s; }
.dertien {left:53%; top:45%; opacity: 0; width:23%; transition: opacity 0.5s; }
.veertien {left:43.2%; top:47.2%; opacity: 0; width:8%; transition: opacity 0.5s; }
.vijftien {left:45.2%; top:32.7%; opacity: 0; width:12%; transition: opacity 0.5s; }
.zestien {left:65.2%; top:33.1%; opacity: 0; width:14%; transition: opacity 0.5s; }
.zeventien {left:62.2%; top:31.4%; opacity: 0; width:9%; transition: opacity 0.5s; }
.achttien {left:37.2%; top:49.4%; opacity: 0; width:8%; transition: opacity 0.5s; }
.negentien {left:39.2%; top:54.9%; opacity: 0; width:8%; transition: opacity 0.5s; }
.twintig {left:32.9%; top:29%; opacity: 0; width:14%; transition: opacity 0.5s; }
.eenentwintig {left:72.4%; top:40%; opacity: 0; width:8%; transition: opacity 0.5s; }
.loglink img{background-color: transparent; border: transparent 10px solid;}
.loglink img:hover, .loglink.hover img{background-color: #fff; border: #fff 10px solid;}

[data-target]:hover, [data-target].hover {opacity: 1;}
[data-tooltip] { display: none;}

.row > [data-tippy-root] {
    width: initial;
    max-width: initial;
    padding:0;
    margin:0;
}
.tippy-box {
    border: none;
    color: #000;
    background: #C5C7C4;
    will-change: opacity;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 16px;
    -webkit-transition: background 0.2s,color 0.2s;
    transition: background 0.2s,color 0.2s;
    box-shadow: 0 1px 4px -2px black,inset 0 2px 1px -1px rgba(255,255,255,0.1);
    max-width: 250px!important;
}
.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #C5C7C4;
}
.tippy-box .logo {
    padding: 5px;
    background-color: #fff;
}
.tippy-box .logo img {
    max-width: 100%;
    background-color: #fff;
    padding: 10px;
}